PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / setBeforeSaveAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed before the document is saved.
In This Topic
    setBeforeSaveAction Method
    In This Topic
    Sets the javascript action to execute before the document is saved.
    Syntax
    public void setBeforeSaveAction( 
       PDFJavaScriptAction value
    )

    Parameters

    value
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed before the document is saved.
    See Also